home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Actual 85 Febrero 2004.iso / Microsoft / Datos / Home.dxr / 00038.ls < prev    next >
Encoding:
Text File  |  2003-11-07  |  138 b   |  14 lines

  1. on mouseEnter me
  2.   go(the frame + 1)
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(-1)
  8.   go("Menu")
  9. end
  10.  
  11. on mouseUp me
  12.   go("requisitos")
  13. end
  14.